os.File.read (method)

2 uses

	os (current package)
		file.go#L119: 	n, e := f.read(b)
		file_posix.go#L30: func (f *File) read(b []byte) (n int, err error) {